Q3DirectionalLight_GetDirection
You can use theQ3DirectionalLight_GetDirection
function to get the direction of a directional light.
TQ3Status Q3DirectionalLight_GetDirection ( TQ3LightObject light, TQ3Vector3D *direction);
light
- A directional light object.
direction
- On exit, the direction of the specified light.
DESCRIPTION
TheQ3DirectionalLight_GetDirection
function returns, in thedirection
parameter, the current direction of the directional light specified by thelight
parameter.